Synchronize a UX Component with an Embedded UX Component
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Other Controls/Embedded Object/Synchronize UX Components with Embedded UX Components.xml

Create a Chart in the UX Component
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Data Controls/Chart/Create a Chart in the UX Component.xml
This example shows how to create a simple pie chart with a Static data series.
Calendar Control in UX Component
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Data Controls/Calendar/Calendar Control in a Dialog Component.xml
This page describes the embedded Calendar control for the UX; it is not as fully-featured as the Calendar Component.
Open a UX component to Edit Current Record in List Control in a UX, or add a new Record to a List Control in a UX
/documentation/pages/Ref/Action Javascript/Open a UX component to Edit Current Record in List Control in a UX, or add a new Record to a List Control in a UX.xml
Open a UX component in a pop-up window, or in a DIV on the current page, to edit the current page, to edit the current row in a List control in a UX component or to enter a new record into a List. (Applies only to Lists based on SQL or DBF data sources).
Textbox Properties
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/Data/Textbox Properties/index.xml
A textbox property displays data in a textbox control. This control is typically used for editable data. Textbox controls can be optionally configured as a Lookup, Edit-combo, or Auto-suggest control. See the 'Lookup' property in the property grid.
Open a AppLauncher component
/documentation/pages/Ref/Action Javascript/Open a AppLauncher component.xml
Open a AppLauncher component in a pop-up window, or in a DIV on the current page.
Placeholder for UX Component validation error messages
/documentation/pages/Guides/Mobile and Web Components/UX/Properties/Validation and Error Reporting/Placeholder for UX Component validation error messages.xml
This property is optional. Specify a placeholder for where global UX component validation errors should be shown. If you don't specify a value, a default location will be used. If your component uses Panels, then it is recommended that you specify a placeholder here; otherwise any error messages will be shown in a pop-up window. If you do not want the error messages to shown in a pop-up window specify ]]> as the value for the placeholder.
Genies for the UX Component
/documentation/pages/Guides/Mobile and Web Components/UX/Genies for New Dialog Component.xml

In this article, we'll see how Alpha Anywhere can write data binding code. In *[link:Server-side Action Scripting@server xb server side action scripting]*, we see how Alpha Anywhere can generate other server-side actions.

We start by inserting a new control into a UX Component, selecting Create multiple new controls at once, and clicking the Populate list from a table link. In this example we picked the Customer.dbf table from AlphaSports, and left Include data binding information checked.

UX Component - User-Defined Sub-Themes
/documentation/pages/Guides/Mobile and Web Components/UX/Code/Javascript In UX Components/User-Defined Sub-Themes.xml
Most of the Javascript controls on a UX component support the concept of 'sub-themes'. This topic discusses how user-defined sub-themes can be added to a UX component.
UX Component - Mobile Applications - Location Information
/documentation/pages/Guides/Mobile and Web Components/UX/Code/Mobile Applications - Location Information.xml
Current location information can be used in several actions in Action Javascript. These actions include Ajax Callbacks, Centering a Map, Placing a Marker on a Map, Filtering a List for Records within the Vicinity of the Current Location.